home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / itgraph / readme.txt < prev   
Encoding:
Text File  |  1995-09-05  |  7.2 KB  |  116 lines

  1. ITGraph 1.2 Demo Instructions
  2. =============================
  3.  
  4. 1. Copy the contents of the SYSTEM subdirectory from the Installation Disk to the WINDOWS\SYSTEM directory on your hard drive.
  5.  
  6. 2. Copy the desired demos to your hard drive.  The DELPHI subdirectory contains the Borland Delphi demo and source files.  The MSVC15 subdirectory contains the Microsoft Visual C++ v. 1.5 demo and sources.  The VB30 subdirectory contains three demo programs for Visual Basic 3.0 in the ITGDEMO, ORGCHART and PROCESS subdirectories.
  7.  
  8. 3. Proceed to the instructions in "Visual Basic Notes", "Borland Delphi Notes", or "Microsoft Visual C++ Notes" according to your development environment.
  9.  
  10. General Notes:
  11. --------------
  12. To use the ITGraph Custom Control, 'ITGRAPH.VBX' must be located in your WINDOWS\SYSTEM directory or in the same directory as your application.
  13.  
  14. Visual Basic Notes:
  15. -------------------
  16. In addition to 'ITGRAPH.VBX', you should add 'ITGRAPH.BAS' to your project. This file defines the various settings used for ITGraph properties.
  17.  
  18. 'ITGRAPH.HLP' should be in your current path, so as to be accessible by Windows' WinHelp.  When using 'ITGRAPH.VBX' in the Visual Basic development environment, pressing the <F1> key while an ITGraph control is selected, or while one of its properties is selected in the "Properties" window, will bring up help for the control or the selected property.
  19.  
  20. The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control. Read the ITGDEMO.TXT file for instructions on using the demo. The sources are provided as 'ITGDEMO.MAK' and the 'ITGDEMO*.FRM' files.  Some sample graphs are provided as '*.ITG'.
  21.  
  22. Another demonstration program, 'ORGCHART.EXE' and its sources 'ORGCHART.MAK', 'ORGCHART.FRM' and 'ORGCHART.BAS' show how you might write a simple application to draw org charts.  Read the 'ORGCHART.TXT' file for instructions on using the demo.
  23.  
  24. A third demonstration program, 'PROCESS.EXE' and its sources 'PROCESS.MAK', 'PROCESS.FRM' and 'PROCESS.BAS' demonstrate an animated process flow.  Read the 'PROCESS.TXT' file for instructions on using the demo.
  25.  
  26. Borland Delphi Notes:
  27. ---------------------
  28. Before you can use ITGraph in a Delphi project, it must be installed as a Delphi component.  From Delphi's "Options" menu, choose the "Install Components..." option.  Click on the "VBX..." button.  In the "Install VBX File" dialog, find and select "ITGRAPH.VBX" and press the "OK" button.  In the "Install VBX" dialog box, click "OK" to accept the defaults provided by Delphi.
  29.  
  30. You should add 'ITGDEFS.PAS' to your project. This file defines the various settings used for ITGraph properties.
  31.  
  32. The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control.  Four sample graphs are provided to illustrate the types of layouts that ITGraph handles.  Note that 'ITGDEMO.EXE' is not built.  You must load the project into Delphi and compile it yourself.
  33.  
  34. Microsoft Visual C++ Notes:
  35. ---------------------------
  36. ITGraph should be installed as a component in the App Studio.  From the "File" menu, choose the "Install Controls..." option.  In the "Install Controls" dialog box find and select "ITGRAPH.VBX" and click the "Install" button to add it to the list of "Installed Files".  Press the "OK" button when you are done.
  37.  
  38. You should include 'ITGDEFS.H' in your project. This file defines the various settings used for ITGraph properties.
  39.  
  40. The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control.  Four sample graphs are provided to illustrate the types of layouts that ITGraph handles.
  41.  
  42.  
  43. ITGraph 1.2 Installation Disk Contents
  44. ======================================
  45.  
  46. README  .TXT     - this file
  47. ORDERFRM.TXT     - order form and ordering info
  48. [DELPHI]         - Borland Delphi Demonstration
  49.   CONNINFO.DFM   - Connection Dialog Definition
  50.   NODEINFO.DFM   - Node Dialog Definition
  51.   PLAYGRND.DFM   - Main Form Definition
  52.   ITGDEMO .DPR   - Delphi Program File
  53.   *       .ITG   - Sample graphs
  54.   CONNINFO.PAS   - Connection Dialog Source Code
  55.   ITGDEFS .PAS   - ITGraph Constant Definitions
  56.   NODEINFO.PAS   - Node Dialog Source Code
  57.   PLAYGRND.PAS   - Main Form Source Code
  58.   ITGDEMO .RES   - Resources for the Delphi Demo
  59. [MSVC15]         - MSVC 1.5 Demonstration
  60.   TOOLBAR .BMP   - The application toolbar's bitmap
  61.   ITGDEMO .CLW   - Class Wizard information
  62.   DLGITEM .CPP   - Node Dialog Implementation Code
  63.   DLGLINE .CPP   - Connection Dialog Implementation Code
  64.   ITGDEMO .CPP   - Application Implementation Code
  65.   ITGDMDOC.CPP   - Document Implementation Code
  66.   ITGDMVW .CPP   - View Implementation Code
  67.   MAINFRM .CPP   - Frame Implementation Code
  68.   STDAFX  .CPP   - Used to build precompiled header
  69.   ITGDEMO .DEF   - Module Definition File
  70.   DLGITEM .H     - Node Dialog Definition
  71.   DLGLINE .H     - Connection Dialog Definition
  72.   ITGDEFS .H     - Connection Dialog Definition
  73.   ITGDEMO .H     - Application Definition
  74.   ITGDMDOC.H     - Document Definition
  75.   ITGDMVW .H     - View Definition
  76.   MAINFRM .H     - Frame Definition
  77.   RESOURCE.H     - AppStudio Constants
  78.   STDAFX  .H     - Used to build precompiled header
  79.   ITGDEMO .ICO   - Application icon
  80.   *       .ITG   - Sample graphs
  81.   ITGDEMO .MAK   - Project Make file
  82.   ITGDEMO .RC    - Resource File
  83.   ITGDEMO .RC2   - Additional Resources
  84. [SYSTEM]         - System Files
  85.   ITGRAPH .VBX   - ITGraph Custom Control (demo version)
  86.   ITGRAPH .HLP   - WinHelp help file for the ITGraph Custom Control
  87. [VB30]           - VB 3.0 Demonstrations
  88.   ITGRAPH .BAS   - module defining settings for ITGraph properties
  89.   [ITGDEMO]      - Property Playground for VB
  90.     ITGDEMO .EXE - executable demo of ITGraph capabilities
  91.     ITGDEMO .TXT - operating instructions for the ITGDEMO application
  92.     ITGDEMO .MAK - Visual Basic make file for the demo
  93.     ITGDEMO*.FRM - forms used by the ITGDemo project
  94.     ITGDEMO1.FRX - form data for ITGDemo project
  95.     ITGRAPH .BAS - module defining settings for ITGraph properties
  96.     *       .ITG - Sample graphs
  97.   [ORGCHART]     - Orgchart Demonstration
  98.     ORGCHART.EXE - executable orgchart builder demo
  99.     ORGCHART.TXT - operating instructions for the ORGCHART application
  100.     ORGCHART.MAK - Visual Basic make file for the orgchart demo
  101.     ORGCHART.FRM - Visual Basic form for the orgchart demo
  102.     ORGCHART.FRX - Form data for the orgchart demo
  103.     ORGCHART.BAS - Visual Basic module for the orgchart demo
  104.     ITGRAPH .BAS - module defining settings for ITGraph properties
  105.   [PROCESS]      - Process flow Demonstration
  106.     PROCESS .EXE - executable process flow demo
  107.     PROCESS .TXT - operating instructions for the PROCESS application
  108.     PROCESS .MAK - Visual Basic make file for the process demo
  109.     PROCESS .FRM - Visual Basic form for the process demo
  110.     PROCESS .FRX - Form data for the process demo
  111.     PROCESS .BAS - Visual Basic module for the process demo
  112.     ITGRAPH .BAS - module defining settings for ITGraph properties
  113.     PROCESS .ITG - Graph used by the process demo
  114.     SUBPROC .ITG - Detail graph used by the process demo
  115.  
  116.